home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / fdupe009.zip / finddupe.cfg next >
Text File  |  1996-05-16  |  2KB  |  59 lines

  1. ;
  2. ; FINDDUPE's cfg file:
  3. ;
  4. ; Anything after a ';' or a '#' is a comment.
  5. ;
  6. ; Set the default for recursiveness:
  7. setrecurse on
  8. ; Note: this will apply from here on in.  You may change the default as often
  9. ; as you like.  To change it on a line-by-line basis, simply put the letter
  10. ; 'n' for non-recurse or 'r' for recurse after the directory name.
  11. ;
  12. ;
  13. ; Blank lines are ignored.
  14. ; Next, the file areas.  Note: any file IN the directory listed
  15. ;     or any directory UNDER the directory listed will be scanned.  Or,
  16. ;     if you have files and subdirectories, BOTH will be scanned.
  17. ; So, if you have all your files under c:\files, one line saying
  18. ;         directory c:\files [r]
  19. ;    will get them all. (The r is only needed if setrecurse is off.)
  20. ;
  21. directory g:\bbs\file\ r
  22. ;directory g:\bbs\fidosdn\
  23. directory  g:\bbs\rpgsdn\
  24. directory g:\bbs\ibmsdn\
  25. ;directory    g:\bbs\firenet\ n
  26. ;
  27. ; For maximus sysops, a method to cheat:
  28. ; Note: this will *never* be recursed!
  29. ;
  30. ;usemaximus
  31. ;
  32. ; Next, files to skip.  Useful for 4DOS users as we *will* find
  33. ;     hidden files!
  34. ; Note: '.' and '..' are HARDCODED to skip.  (Really bad errors will
  35. ;     occur if they aren't skipped...)
  36. ;     (Case is ignored, even on HPFS drives)
  37. ; Also note that skipping a directory will skip all files in that
  38. ;     directory and beneath it.
  39. ; Wildcards (*,?) are supported.  The '.' is *not* a seperator making this
  40. ; UNLIKE DOS - which is good!  '*' will match everything, '*.*' requires a
  41. ; '.' in there.
  42. skip DESCRIPT.ION
  43. skip FILES.*
  44. ;
  45. ;
  46. ; Set the output file.  Note that if this is on the commandline, the
  47. ; one on the commandline will take precendence.  If it is not defined
  48. ; anywhere, the output will go to the screen to be piped or redirected.
  49. ; For the technical-oriented, it goes to stdout while the status information
  50. ; is going through stderr.  This allows you to redirect the output without
  51. ; redirecting the status information.
  52. outfile dupes.lst
  53. ;
  54. ;
  55. ; If you only want the dupes displayed, rather than every files, set this
  56. ; option:
  57. ;
  58. ;dupesonly
  59.